All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.sg.SGTextChannel
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.comp.ComponentIdentifier
|
+----quicktime.std.comp.Component
|
+----quicktime.std.sg.SGChannel
|
+----quicktime.std.sg.VisualChannel
|
+----quicktime.std.sg.SGTextChannel
- public final class SGTextChannel
- extends VisualChannel
- implements QuickTimeLib
Assists in importing video into a movie.
The SGChannel implements methods for a corresponding QuickTime
ComponentInstance structure.
Refer to SGChannel in QuickTime Components
-
SGTextChannel(SequenceGrabber)
- Creates a sequence grabber channel text and assigns a channel component to the channel.
-
getReturnToSpaceValue()
- Gets the text return to space value.
-
setBackColor(QDColor)
- sets background text color.
-
setFontName(String)
- sets the name of the font to be used to display text.
-
setFontSize(int)
- sets the size of the font to be used to display text.
-
setForeColor(QDColor)
- sets foreground text color.
-
setJustification(int)
- sets text justification.
-
setReturnToSpaceValue(int)
- Sets the text return to space value.
SGTextChannel
public SGTextChannel(SequenceGrabber owner) throws StdQTException
- Creates a sequence grabber channel text and assigns a channel component to the channel.
The channel component is responsible for providing digitized data to the
sequence grabber component.
QuickTime::SGNewChannel
- Parameters:
- owner - specifies the sequence grabber component the channel is attached to.
setFontName
public void setFontName(String fontName) throws StdQTException
- sets the name of the font to be used to display text.
QuickTime::SGSetFontName
- Parameters:
- fontName - a pointer to a string containing the name of the font.
setFontSize
public void setFontSize(int fontSize) throws StdQTException
- sets the size of the font to be used to display text.
QuickTime::SGSetFontSize
- Parameters:
- pstr - a pointer to a string containing the name of the font.
setForeColor
public void setForeColor(QDColor theColor) throws StdQTException
- sets foreground text color.
QuickTime::SGSetTextForeColor
- Parameters:
- theColor - the new foreground text color.
setBackColor
public void setBackColor(QDColor theColor) throws StdQTException
- sets background text color.
QuickTime::SGSetTextBackColor
- Parameters:
- theColor - the new background text color.
setJustification
public void setJustification(int just) throws StdQTException
- sets text justification.
QuickTime::SGSetJustification
- Parameters:
- just - the text justification.
getReturnToSpaceValue
public int getReturnToSpaceValue() throws StdQTException
- Gets the text return to space value.
QuickTime::SGGetTextReturnToSpaceValue
- Parameters:
- returns - the text to space value.
setReturnToSpaceValue
public void setReturnToSpaceValue(int rettospace) throws StdQTException
- Sets the text return to space value.
QuickTime::SGSetTextReturnToSpaceValue
- Parameters:
- rettospace - the value for the new text to space setting.
All Packages Class Hierarchy This Package Previous Next Index